home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ply15dat.zip / STONE4.PI < prev    next >
Text File  |  1992-10-20  |  321b  |  22 lines

  1. // Sample Polyray file
  2. //
  3. viewpoint {
  4.    from <0, 2, -10>
  5.    at <0,0,0>
  6.    up <0,1,0>
  7.    angle 30
  8.    resolution 128, 128
  9.    aspect 1
  10.    }
  11.  
  12. background midnightblue
  13.  
  14. light <-10, 8, -10>
  15. light < 10, 8, -10>
  16.  
  17. include "plyston.inc"
  18. object {
  19.    sphere <0, 0, 0>, 2
  20.    Stone4 { scale <0.5, 0.5, 0.5> }
  21.    }
  22.